home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / GNU_KIT / DISK9.ZIP / src / mint110 / version.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-09-14  |  186 b   |  13 lines

  1. #define MAJ_VERSION    1
  2. #define MIN_VERSION    10
  3.  
  4. #ifndef MULTITOS
  5. #define BETA
  6. #endif
  7.  
  8. #ifdef BETA
  9. #define VERS_STRING    "%d.%02d BETA"
  10. #else
  11. #define VERS_STRING    "%d.%02d"
  12. #endif
  13.